Machine result = super.getMaster();
if ( result != null )
{
setMasterChangeWatcher( result.getMachineId() );
}
return result;
}
Machine result = super.getMaster();
if ( result != null )
{
setDataChangeWatcher( MASTER_NOTIFY_CHILD, result.getMachineId() );
setDataChangeWatcher( MASTER_REBOUND_CHILD, -1 );
}
return result;